From 073c836f96983dfafd41f0fec4a89566e24f3635 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Tue, 14 Feb 2023 23:53:02 +0000 Subject: [PATCH] CI: Don't run style-check-diff by default We don't use it most of the time and it's also confusing to new contributors who think it's important to fix it. Keep it for manual runs, so that interested people can just click a button to see the results. It also makes it easy to turn back on later. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 13baacd54a..f5693a3999 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -39,7 +39,7 @@ style-check-diff: extends: .only-default image: $FEDORA_IMAGE stage: check - allow_failure: true + when: manual script: - .gitlab-ci/run-style-check-diff.sh -- 2.30.2